eieio-speedbareieio-speedbar-directory-buttonSee ede-target.See ede-proj-target.ede-proj-target-makefile:makefilestring"Makefile"
File name of generated Makefile.
:partofallbooleant
Non nil means the rule created is part of
the all target. Setting this to nil creates
the rule to build this item, but does not include it in
the ALL`all:' rule.
:configuration-variableslistnil
Makefile variables appended to use in different
configurations. These variables are used in the makefile
when a configuration becomes active. Target variables are
always renamed such as foo_CFLAGS, then included into
commands where the variable would usually
appear.
:ruleslistnil
Arbitrary rules and dependencies needed to make this target. It is safe to leave this blank.
Return a string representing the dependencies for THIS. Some compilers only use the first element in the dependencies, others have a list of intermediates (object files), and others don't care. This allows customization of how these elements appear.
Compile the current target program OBJ. Optional argument COMMAND is the s the alternate command to use.
Insert variables needed by target THIS. Optional argument MORESOURCE is a list of additional sources to add to the sources variable.